[FR][www.artsper.com] Autofill feature is not working in the Address Form
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: epopescu, Assigned: theidkamp)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [fxcm-addr-compatibility] )
Attachments
(1 file)
Found in
- Nightly 125.0a1
Affected versions
- Nightly 125.0a1
Tested platforms
- Affected platforms: Windows 10, macOS 11
Preconditions
- install FR Firefox build
- use FR VPN
- set browser.search.region = FR
- set extensions.formautofill.addresses.capture.requiredFields = empty
- set extensions.formautofill.addresses.experiments.enabled = true
- set extensions.formautofill.addresses.supportedCountries = US,CA,FR
- save at least one address in about:preferences#privacy
Steps to reproduce
- Go to https://www.artsper.com/
- Add an item to cart and proceed to checkout
- Click twice in any field to use the autofill feature
Expected result
- The autofill dropdown is displayed and all the values are autofilled properly upon selection.
Actual result
- The autofill feature is not working in the Address Form: the autofill dropdown is not displayed, no value is previewed or autofilled.
Regression range
- N/A
Additional notes
- The issue can not be reproduced in Google Chrome, although the previewed and autofilled values are not highlighted there.
- FathomFox page
Reporter | ||
Updated•1 year ago
|
Updated•11 months ago
|
Comment 1•10 months ago
|
||
All of the fields are being matched as a credit card type, in multiple sections.
Updated•10 months ago
|
Updated•10 months ago
|
Comment 3•9 months ago
|
||
The approach in the new patch in bug 1882842 no longer fixes this bug.
Dimi suggests at https://phabricator.services.mozilla.com/D220958:
For 1883018, we "can" fix it by removing "type" from https://searchfox.org/mozilla-central/rev/cc01f11adfacca9cd44a75fd140d2fdd8f9a48d4/toolkit/components/formautofill/shared/HeuristicsRegExp.sys.mjs#76. But of course we need to replace it with something like (cc|card).*(type)
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 4•9 months ago
|
||
Comment 6•9 months ago
|
||
Backed out for causing bc failures on browser_Euronics.js
Assignee | ||
Updated•8 months ago
|
Comment 8•8 months ago
|
||
bugherder |
Reporter | ||
Comment 9•8 months ago
|
||
I've reproduced this issue in Nightly 125.0a1 on Windows 10 x64. Verified as fixed in the latest Firefox 132.0b1version on both Windows 10 x64 and macOS 13.
However, I've noticed additional issues with the overall functionality of the autofill in the address form on this website. As a result, I've submitted following issue for further investigation: Bug 1922270.
Description
•